From 0d37f90d613e4b314fdebf7bc9017875aaec6935 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Apr 2018 17:22:49 +0100 Subject: [PATCH] README, Xen/Makefile: Xen 4.11 is -RC now Signed-off-by: Ian Jackson --- README | 10 +++++----- xen/Makefile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 4ed03b7fe2..3cbccf3c48 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ ################################# -__ __ _ _ _ _ _ _ _ -\ \/ /___ _ __ | || | / / | _ _ _ __ ___| |_ __ _| |__ | | ___ - \ // _ \ '_ \ | || |_ | | |_____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ - / \ __/ | | | |__ _|| | |_____| |_| | | | \__ \ || (_| | |_) | | __/ -/_/\_\___|_| |_| |_|(_)_|_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___| +__ __ _ _ _ _ +\ \/ /___ _ __ | || | / / | _ __ ___ + \ // _ \ '_ \ | || |_ | | |_____| '__/ __| + / \ __/ | | | |__ _|| | |_____| | | (__ +/_/\_\___|_| |_| |_|(_)_|_| |_| \___| ################################# diff --git a/xen/Makefile b/xen/Makefile index 62d479c799..60867e31a4 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 4 export XEN_SUBVERSION = 11 -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- 2.30.2